Metoda SqlSmoObject.ISfcPropertyProvider.GetPropertySet
Pobiera odwołanie interfejs do zestaw właściwości tego obiektu.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Private Function GetPropertySet As ISfcPropertySet
Implements ISfcPropertyProvider.GetPropertySet
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
ISfcPropertySet Obiekt, który umożliwia dostęp do zestaw właściwości obiektu.