다음을 통해 공유


SetName 메서드

Sets the name of the referenced object.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement

구문

‘선언
Protected Friend Sub SetName ( _
    name As String _
)
‘사용 방법
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
)

매개 변수