Partager via


Propriété Tags

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
ReadOnly Property Tags As IEnumerable(Of String)
    Get
'Utilisation
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>

Valeur de propriété

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