Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the name of the expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Sub SetObjectName ( _
value As String _
)
'Usage
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
)
Parameters
- value
Type: System.String
A String value that specifies the name of the expression node.