ServerAdapterBase.OleAutomationEnabled プロパティ
参照されたプロパティが有効かどうかを決定する Boolean 値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property OleAutomationEnabled As Boolean
Get
Set
'使用
Dim instance As ServerAdapterBase
Dim value As Boolean
value = instance.OleAutomationEnabled
instance.OleAutomationEnabled = value
public bool OleAutomationEnabled { get; set; }
public:
virtual property bool OleAutomationEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract OleAutomationEnabled : bool with get, set
override OleAutomationEnabled : bool with get, set
final function get OleAutomationEnabled () : boolean
final function set OleAutomationEnabled (value : boolean)
プロパティ値
型: System.Boolean
参照されたプロパティが有効かどうかを決定する Boolean 値です。 True の場合、プロパティは有効です。False の場合、プロパティは有効ではありません。