Méthode SetName
Sets the name of the referenced object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Protected Friend Sub SetName ( _
name As String _
)
'Utilisation
Dim name As String
Me.SetName(name)
protected internal void SetName(
string name
)
protected public:
void SetName(
String^ name
)
member SetName :
name:string -> unit
function SetName(
name : String
)
Paramètres
- name
Type : System. . :: . .String
A String value that specifies the name of the referenced object.
Voir aussi