다음을 통해 공유


IExtraSource.Tags Property

Gets the collection of tags associated with the extra source file.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

‘선언
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>

Property Value

Type: IEnumerable<String>
An enumerator over all of the tags associated with the extra source file.

See Also

Reference

IExtraSource Interface

Microsoft.SqlServer.Management.Dac Namespace