ScriptNameObjectBase.SetIsSystemNamed 方法

Sets a Boolean value that specifies whether the system is named.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Sub SetIsSystemNamed ( _
    flag As Boolean _
)
用法
Dim flag As Boolean 

Me.SetIsSystemNamed(flag)
protected void SetIsSystemNamed(
    bool flag
)
protected:
void SetIsSystemNamed(
    bool flag
)
member SetIsSystemNamed : 
        flag:bool -> unit
protected function SetIsSystemNamed(
    flag : boolean
)

参数

  • flag
    类型:System.Boolean
    A Boolean value that specifies whether the system is named, True if named.

请参阅

参考

ScriptNameObjectBase 类

Microsoft.SqlServer.Management.Smo 命名空间