次の方法で共有


ServerConnection.FixedServerRoles プロパティ

参照された接続に関連付けられた固定サーバー ロールを取得します。

名前空間:  Microsoft.SqlServer.Management.Common
アセンブリ:  Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)

構文

'宣言
Public ReadOnly Property FixedServerRoles As FixedServerRoles 
    Get
'使用
Dim instance As ServerConnection 
Dim value As FixedServerRoles 

value = instance.FixedServerRoles
public FixedServerRoles FixedServerRoles { get; }
public:
property FixedServerRoles FixedServerRoles {
    FixedServerRoles get ();
}
member FixedServerRoles : FixedServerRoles
function get FixedServerRoles () : FixedServerRoles

プロパティ値

型: Microsoft.SqlServer.Management.Common.FixedServerRoles
参照された接続に関連付けられた固定サーバー ロールを示す FixedServerRoles オブジェクト値です。

使用例

C#

ServerConnection conn = new ServerConnection();
Console.WriteLine(conn.FixedServerRoles.ToString());

PowerShell

$conn = new-object Microsoft.SqlServer.Management.Common.ServerConnection
Write-Host $conn.FixedServerRoles

関連項目

参照

ServerConnection クラス

Microsoft.SqlServer.Management.Common 名前空間

その他の技術情報

固定サーバー ロールの権限 (データベース エンジン)