Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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<String, Object>
The simple indexer of the properties list.