Compartir a través de


SqlSmoObject.ISfcPropertyProvider.GetPropertySet Método

Gets the interface reference to the set of properties of this object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Private Function GetPropertySet As ISfcPropertySet 
    Implements ISfcPropertyProvider.GetPropertySet
'Uso
Dim instance As SqlSmoObject 
Dim returnValue As ISfcPropertySet 

returnValue = CType(instance, ISfcPropertyProvider).GetPropertySet()
ISfcPropertySet ISfcPropertyProvider.GetPropertySet()
private:
virtual ISfcPropertySet^ GetPropertySet() sealed = ISfcPropertyProvider::GetPropertySet
private abstract GetPropertySet : unit -> ISfcPropertySet  
private override GetPropertySet : unit -> ISfcPropertySet
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
An ISfcPropertySet object that can be used to access the set of properties of this object.

Implementa

ISfcPropertyProvider.GetPropertySet()

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo