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 中)

语法

声明
Public ReadOnly Property Tags As IEnumerable(Of String)
    Get
用法
Dim instance As FileExtraSource
Dim value As IEnumerable(Of String)

value = instance.Tags
public IEnumerable<string> Tags { get; }
public:
virtual property IEnumerable<String^>^ Tags {
    IEnumerable<String^>^ get () sealed;
}
abstract Tags : IEnumerable<string>
override Tags : IEnumerable<string>
final function get Tags () : IEnumerable<String>

属性值

类型:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
An enumerator over all of the tags associated with the extra source file.

实现

IExtraSource. . :: . .Tags