Właściwość SqlAssembly.IsSystemObject
Pobiera wartość logiczna określający, jeżeli zgromadzenie jest obiekt systemowy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsSystemObject As Boolean
Get
'Użycie
Dim instance As SqlAssembly
Dim value As Boolean
value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsSystemObject {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean
Wartość właściwości
Typ: System.Boolean
Boolean
Uwagi
Wygenerowany skrypt może zawierać nieudokumentowane, wewnętrzne procedury, które są wymagane do ukończenia generowania danych wyjściowych skryptu.
Zobacz także