Compartir a través de


ScriptNameObjectBase.SetIsSystemNamed Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Sub SetIsSystemNamed ( _
    flag As Boolean _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

ScriptNameObjectBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo