Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the target that the collection set will collect data from.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Required := False)> _
Public Property TargetName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value that is the target name.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.