SfcInstance.Properties 속성

Returns a collection instance properties.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public ReadOnly Property Properties As SfcPropertyCollection 
    Get
‘사용 방법
Dim instance As SfcInstance 
Dim value As SfcPropertyCollection 

value = instance.Properties
public SfcPropertyCollection Properties { get; }
public:
property SfcPropertyCollection^ Properties {
    SfcPropertyCollection^ get ();
}
member Properties : SfcPropertyCollection
function get Properties () : SfcPropertyCollection

속성 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection
A SfcProperty object that contains the properties of the SfcInstance object.

참고 항목

참조

SfcInstance 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스