ScriptOption.AllowSystemObjects 속성
Gets an object that specifies whether system objects can be scripted or not.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Shared ReadOnly Property AllowSystemObjects As ScriptOption
Get
‘사용 방법
Dim value As ScriptOption
value = ScriptOption.AllowSystemObjects
public static ScriptOption AllowSystemObjects { get; }
public:
static property ScriptOption^ AllowSystemObjects {
ScriptOption^ get ();
}
static member AllowSystemObjects : ScriptOption
static function get AllowSystemObjects () : ScriptOption
속성 값
유형: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents AllowSystemObjects in the scripting options.