Método GetPropertySet
Gets the interface reference to the set of properties of this object. 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
Function GetPropertySet As ISfcPropertySet
'Uso
Dim instance As ISfcPropertyProvider
Dim returnValue As ISfcPropertySet
returnValue = instance.GetPropertySet()
ISfcPropertySet GetPropertySet()
ISfcPropertySet^ GetPropertySet()
abstract GetPropertySet : unit -> ISfcPropertySet
function GetPropertySet() : ISfcPropertySet
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcPropertySet
An ISfcPropertySet object that can be used to access the set of properties of this object.
Consulte também