Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the simple indexer of the properties list.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
ReadOnly Property Properties As ISfcSimpleMap(Of String, Object)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<String, Object>
The simple indexer of the properties list.