SetObjectName 메서드
Sets the name of the expression node.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Protected Sub SetObjectName ( _
value As String _
)
‘사용 방법
Dim value As String
Me.SetObjectName(value)
protected void SetObjectName(
string value
)
protected:
void SetObjectName(
String^ value
)
member SetObjectName :
value:string -> unit
protected function SetObjectName(
value : String
)
매개 변수
- value
유형: System. . :: . .String
A String value that specifies the name of the expression node.