다음을 통해 공유


IServerSetupFacet 인터페이스

Represents the Policy-Based Management facet interface for setting up an instance of SQL Server.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 입니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
<DisplayNameKeyAttribute("IServerSetupFacet_Name")> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_Desc")> _
Public Interface IServerSetupFacet _
    Inherits IDmfFacet
‘사용 방법
Dim instance As IServerSetupFacet
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[DisplayNameKeyAttribute("IServerSetupFacet_Name")]
[DisplayDescriptionKeyAttribute("IServerSetupFacet_Desc")]
public interface IServerSetupFacet : IDmfFacet
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[DisplayNameKeyAttribute(L"IServerSetupFacet_Name")]
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_Desc")]
public interface class IServerSetupFacet : IDmfFacet
[<CLSCompliantAttribute(false)>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
[<DisplayNameKeyAttribute("IServerSetupFacet_Name")>]
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_Desc")>]
type IServerSetupFacet =  
    interface
        interface IDmfFacet
    end
public interface IServerSetupFacet extends IDmfFacet

IServerSetupFacet 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AgentDomainGroup Gets the domain group that is associated with the SQL Server Agent
공용 속성 AgentServiceAccount Gets the service account for the SQL Server Agent service.
공용 속성 AgentStartMode Gets the start mode for the SQL Server Agent service.
공용 속성 BackupDirectory Gets the backup directory for the instance of SQL Server.
공용 속성 BrowserServiceAccount Gets the service account for the SQL Server Browser service.
공용 속성 BrowserStartMode Gets the start mode for the SQL Server Browser service.
공용 속성 Collation Gets the collation that is used by the instance of SQL Server.
공용 속성 DefaultFile Gets the default file for the instance of SQL Server.
공용 속성 DefaultLog Gets the default log file for the instance of SQL Server.
공용 속성 EngineServiceAccount Gets the name of the Engine Service Account.
공용 속성 FilestreamLevel Gets the file stream level for the instance of SQL Server.
공용 속성 FilestreamShareName Gets the file stream share name for the instance of SQL Server.
공용 속성 InstallDataDirectory Gets the directory for install data.
공용 속성 InstallSharedDirectory Gets the directory for shared install information.
공용 속성 InstanceName Gets the name of the instance of SQL Server.
공용 속성 LoginMode Gets the login mode for the instance of SQL Server.
공용 속성 NamedPipesEnabled Gets the Boolean value that determines whether named pipes are enabled on the instance of SQL Server.
공용 속성 ServiceInstanceIdSuffix Gets the ID suffix for the SQL Server service.
공용 속성 ServiceName Gets the service name.
공용 속성 ServiceStartMode Gets the start mode for the SQL Server service.
공용 속성 SqlDomainGroup Gets the domain group for the instance of SQL Server.
공용 속성 TcpEnabled Gets the Boolean value that determines whether TCP/IP protocol is enabled on the instance of SQL Server.
공용 속성 TempdbLogPath Gets the path for the tempdb database transaction log.
공용 속성 TempdbPrimaryFilePath Gets the path for the tempdb database primary data file.
공용 속성 UserInstancesEnabled Gets the Boolean value that determines whether user instances are enabled.
공용 속성 WindowsUsersAndGroupsInSysadminRole Gets the Windows users and groups that are assigned to the system administrator role.

맨 위로 이동