Propriedade do RDL TargetName
Obtém ou define o nome do destino do qual o conjunto de coleta coletará dados.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(Required := False)> _
Public Property TargetName As String
Get
Set
'Uso
Dim instance As CollectionSet
Dim value As String
value = instance.TargetName
instance.TargetName = value
[SfcPropertyAttribute(Required = false)]
public string TargetName { get; set; }
[SfcPropertyAttribute(Required = false)]
public:
property String^ TargetName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(Required = false)>]
member TargetName : string with get, set
function get TargetName () : String
function set TargetName (value : String)
Valor da propriedade
Tipo: System. . :: . .String
Um valor String que é o nome de destino.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.