IServerSelectionFacet 인터페이스

The IServerSelectionFacet class contains members that represent the SQL Server policy-based management server selection facet objects.

이 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 Gets the build number of the server.
공용 속성 Collation Gets the collation used by the server.
공용 속성 Edition Gets the edition of the server.
공용 속성 IsCaseSensitive Gets a Boolean value that specifies whether the server uses case-sensitive syntax.
공용 속성 Language Gets the language used by the server.
공용 속성 NamedPipesEnabled Gets a Boolean value that specifies whether the server supports named pipes.
공용 속성 OSVersion Gets the version of the operating system used by the computer hosting the server.
공용 속성 Platform Gets the platform on which the server is running.
공용 속성 TcpEnabled Gets a Boolean value that specifies whether Transmission Control Protocol (TCP) is enabled on the server.
공용 속성 VersionMajor Gets the major digits of the version information.
공용 속성 VersionMinor Gets the minor digits of the version information.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스