Propriété CollectorConfigStore.Key.Name
Gets or sets the key name.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Public Property Name As String
Get
Protected Set
'Utilisation
Dim instance As CollectorConfigStore.Key
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; protected set; }
public:
property String^ Name {
String^ get ();
protected: void set (String^ value);
}
member Name : string with get, set
function get Name () : String
protected function set Name (value : String)
Valeur de propriété
Type : System.String
A String value that is the key name.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.