WmiSmoObject.SetName Método
Sets the name of the referenced object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Protected Friend Sub SetName ( _
name As String _
)
'Uso
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
)
Parámetros
- name
Tipo: System.String
A String value that specifies the name of the referenced object.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi