Méthode ScriptNameObjectBase.SetIsSystemNamed
Sets a Boolean value that specifies whether the system is named.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub SetIsSystemNamed ( _
flag As Boolean _
)
'Utilisation
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
)
Paramètres
- flag
Type : System.Boolean
A Boolean value that specifies whether the system is named, True if named.