SqlSmoObject.. Method

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private Function GetPropertySet As ISfcPropertySet
    Implements ISfcPropertyProvider.GetPropertySet
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: ISfcPropertySet

Implements

ISfcPropertyProviderGetPropertySet()