接続で許可するレプリカ オプションを取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property AllowConnections As AllowConnectionsOptionKind
Get
Set
'使用
Dim instance As PrimaryRoleReplicaOption
Dim value As AllowConnectionsOptionKind
value = instance.AllowConnections
instance.AllowConnections = value
public AllowConnectionsOptionKind AllowConnections { get; set; }
public:
property AllowConnectionsOptionKind AllowConnections {
AllowConnectionsOptionKind get ();
void set (AllowConnectionsOptionKind value);
}
member AllowConnections : AllowConnectionsOptionKind with get, set
function get AllowConnections () : AllowConnectionsOptionKind
function set AllowConnections (value : AllowConnectionsOptionKind)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.AllowConnectionsOptionKind
接続で許可するレプリカ オプションです。