. Método
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: ISfcPropertySet
Implementa
ISfcPropertyProviderGetPropertySet()()()()
Vea también