Propriété Properties
Gets the simple indexer of the properties list.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
ReadOnly Property Properties As ISfcSimpleMap(Of String, Object)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcSimpleMap< (Of < ( <'String, Object> ) > ) >
The simple indexer of the properties list.