Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the simple indexer of the properties list.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property Properties As ISfcSimpleMap(Of String, Object)
Get
'Usage
Dim instance As ISfcSimpleNode
Dim value As ISfcSimpleMap(Of String, Object)
value = instance.Properties
ISfcSimpleMap<string, Object> Properties { get; }
property ISfcSimpleMap<String^, Object^>^ Properties {
ISfcSimpleMap<String^, Object^>^ get ();
}
abstract Properties : ISfcSimpleMap<string, Object>
function get Properties () : ISfcSimpleMap<String, Object>
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<String, Object>
The simple indexer of the properties list.