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