Compartir a través de


Tags Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property Tags As IEnumerable(Of String)
    Get
'Uso
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>

Valor de la propiedad

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

Implementa

IExtraSource. . :: . .Tags