Método SfcObjectExtender<TSfcInstance>.GetPropertySet
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function GetPropertySet As ISfcPropertySet
'Uso
Dim instance As SfcObjectExtender
Dim returnValue As ISfcPropertySet
returnValue = instance.GetPropertySet()
public ISfcPropertySet GetPropertySet()
public:
virtual ISfcPropertySet^ GetPropertySet() sealed
abstract GetPropertySet : unit -> ISfcPropertySet
override GetPropertySet : unit -> ISfcPropertySet
public final function GetPropertySet() : ISfcPropertySet
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
Returns the collection of the properties.
Implementa
ISfcPropertyProvider.GetPropertySet()