IsSystemObject-Eigenschaft
Gets a boolean specifying if the Assembly is a System Object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsSystemObject As Boolean
Get
'Usage
Dim instance As SqlAssembly
Dim value As Boolean
value = instance.IsSystemObject
[SfcPropertyAttribute]
public bool IsSystemObject { get; }
[SfcPropertyAttribute]
public:
property bool IsSystemObject {
bool get ();
}
[<SfcPropertyAttribute>]
member IsSystemObject : bool
function get IsSystemObject () : boolean
Eigenschaftenwert
Hinweise
Das generierte Skript enthält möglicherweise undokumentierte, interne Prozeduren, die für die vollständige Skriptausgabe erforderlich sind.
Siehe auch