Properties 속성
Gets the simple indexer of the properties list.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
ReadOnly Property Properties As ISfcSimpleMap(Of String, Object)
Get
‘사용 방법
Dim instance As ISfcSimpleNode
Dim value As ISfcSimpleMap(Of String, Object)
value = instance.Properties
ISfcSimpleMap<string, Object> Properties { get; }
property ISfcSimpleMap<String^, Object^>^ Properties {
ISfcSimpleMap<String^, Object^>^ get ();
}
abstract Properties : ISfcSimpleMap<string, Object>
function get Properties () : ISfcSimpleMap<String, Object>
속성 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcSimpleMap< (Of < ( <'String, Object> ) > ) >
The simple indexer of the properties list.