EnumObject.FixedProperties Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected ReadOnly Property FixedProperties As SortedList
Get
'Usage
Dim value As SortedList
value = Me.FixedProperties
protected SortedList FixedProperties { get; }
protected:
property SortedList^ FixedProperties {
SortedList^ get ();
}
member FixedProperties : SortedList
function get FixedProperties () : SortedList
Property Value
Type: System.Collections.SortedList
An object value that specifies the fixed properties.