Метод ISfcPropertyProvider.GetPropertySet
Gets the interface reference to the set of properties of this object.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function GetPropertySet As ISfcPropertySet
'Применение
Dim instance As ISfcPropertyProvider
Dim returnValue As ISfcPropertySet
returnValue = instance.GetPropertySet()
ISfcPropertySet GetPropertySet()
ISfcPropertySet^ GetPropertySet()
abstract GetPropertySet : unit -> ISfcPropertySet
function GetPropertySet() : ISfcPropertySet
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
An ISfcPropertySet object that can be used to access the set of properties of this object.