Gets or sets a boolean indicating whether or not metadata is
refreshed when the adapter attempts to connect to the archive.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ConnectionStringParameterAttribute] [DefaultValueAttribute(true)] public bool AutoRefreshMetadata { get; set; }
<ConnectionStringParameterAttribute> _ <DefaultValueAttribute(True)> _ Public Property AutoRefreshMetadata As Boolean Get Set
[ConnectionStringParameterAttribute] [DefaultValueAttribute(true)] public: property bool AutoRefreshMetadata { bool get (); void set (bool value); }