ScriptNameObjectBase.SetIsSystemNamed Method
Sets a Boolean value that specifies whether the system is named.
Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub SetIsSystemNamed ( _
    flag As Boolean _
)
'Usage
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
)
Parameters
- flag
 Type: System.Boolean
 A Boolean value that specifies whether the system is named, True if named.