次の方法で共有


IServerSelectionFacet インターフェイス

IServerSelectionFacet クラスには、SQL Server のポリシー ベースの管理サーバー選択ファセット オブジェクトを表すメンバーが含まれています。

この API は、CLS に準拠していません。 

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

構文

'宣言
<CLSCompliantAttribute(False)> _
<DisplayNameKeyAttribute("IServerSelection_Name")> _
<DisplayDescriptionKeyAttribute("IServerSelection_Desc")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
Public Interface IServerSelectionFacet _
    Inherits IDmfFacet
'使用
Dim instance As IServerSelectionFacet
[CLSCompliantAttribute(false)]
[DisplayNameKeyAttribute("IServerSelection_Name")]
[DisplayDescriptionKeyAttribute("IServerSelection_Desc")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
public interface IServerSelectionFacet : IDmfFacet
[CLSCompliantAttribute(false)]
[DisplayNameKeyAttribute(L"IServerSelection_Name")]
[DisplayDescriptionKeyAttribute(L"IServerSelection_Desc")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
public interface class IServerSelectionFacet : IDmfFacet
[<CLSCompliantAttribute(false)>]
[<DisplayNameKeyAttribute("IServerSelection_Name")>]
[<DisplayDescriptionKeyAttribute("IServerSelection_Desc")>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
type IServerSelectionFacet =  
    interface 
        interface IDmfFacet 
    end
public interface IServerSelectionFacet extends IDmfFacet

IServerSelectionFacet 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ BuildNumber サーバーのビルド番号を取得します。
パブリック プロパティ Collation サーバーにより使用される照合順序を取得します。
パブリック プロパティ Edition サーバーのエディションを取得します。
パブリック プロパティ IsCaseSensitive サーバーが大文字と小文字を区別する構文を使用するかどうかを指定するブール値を取得します。
パブリック プロパティ Language サーバーにより使用される言語を取得します。
パブリック プロパティ NamedPipesEnabled サーバーが名前付きパイプをサポートしているかどうかを指定するブール値を取得します。
パブリック プロパティ OSVersion サーバーをホストするコンピューターで使用されているオペレーティング システムのバージョンを取得します。
パブリック プロパティ Platform サーバーが動作しているプラットフォームを取得します。
パブリック プロパティ TcpEnabled サーバーで伝送制御プロトコル (TCP) が有効かどうかを指定するブール値を取得します。
パブリック プロパティ VersionMajor バージョン情報のメジャー番号を取得します。
パブリック プロパティ VersionMinor バージョン情報のマイナー番号を取得します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間