Tags 속성
Gets the collection of tags associated with the extra source file.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
ReadOnly Property Tags As IEnumerable(Of String)
Get
‘사용 방법
Dim instance As IExtraSource
Dim value As IEnumerable(Of String)
value = instance.Tags
IEnumerable<string> Tags { get; }
property IEnumerable<String^>^ Tags {
IEnumerable<String^>^ get ();
}
abstract Tags : IEnumerable<string>
function get Tags () : IEnumerable<String>
속성 값
유형: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
An enumerator over all of the tags associated with the extra source file.