Metodo .
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: ISfcPropertySet
Implementa
ISfcPropertyProviderGetPropertySet()()()()
Vedere anche