Metodo GetIsSystemNamed
Gets a Boolean value that specifies whether the system is named.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Function GetIsSystemNamed As Boolean
'Utilizzo
Dim returnValue As Boolean
returnValue = Me.GetIsSystemNamed()
protected bool GetIsSystemNamed()
protected:
bool GetIsSystemNamed()
member GetIsSystemNamed : unit -> bool
protected function GetIsSystemNamed() : boolean
Valore restituito
Tipo: System. . :: . .Boolean
A Boolean value, True if the system is named.
Vedere anche