Propriedade do RDL Tags
Gets the collection of tags associated with the extra source file.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
An enumerator over all of the tags associated with the extra source file.