Condividi tramite


Interfaccia IServerSetupFacet

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

Questa API non è conforme a CLS. L'alternativa conforme a CLS è .

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<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
'Utilizzo
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

Nel tipo IServerSetupFacet sono esposti i membri seguenti.

Proprietà

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

In alto