Condividi tramite


Metodo SqlSmoObject.ISfcPropertyProvider.GetPropertySet

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Private Function GetPropertySet As ISfcPropertySet 
    Implements ISfcPropertyProvider.GetPropertySet
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore restituito

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()

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo