IServerSetupFacet Members
Include Protected Members
Include Inherited Members
Represents the Policy-Based Management facet interface for setting up an instance of SQL Server.
The IServerSetupFacet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AgentDomainGroup | Gets the domain group that is associated with the SQL Server Agent | 
| .gif) | AgentServiceAccount | Gets the service account for the SQL Server Agent service. | 
| .gif) | AgentStartMode | Gets the start mode for the SQL Server Agent service. | 
| .gif) | BackupDirectory | Gets the backup directory for the instance of SQL Server. | 
| .gif) | BrowserServiceAccount | Gets the service account for the SQL Server Browser service. | 
| .gif) | BrowserStartMode | Gets the start mode for the SQL Server Browser service. | 
| .gif) | Collation | Gets the collation that is used by the instance of SQL Server. | 
| .gif) | DefaultFile | Gets the default file for the instance of SQL Server. | 
| .gif) | DefaultLog | Gets the default log file for the instance of SQL Server. | 
| .gif) | EngineServiceAccount | |
| .gif) | FilestreamLevel | Gets the file stream level for the instance of SQL Server. | 
| .gif) | FilestreamShareName | Gets the file stream share name for the instance of SQL Server. | 
| .gif) | InstallDataDirectory | Gets the directory for install data. | 
| .gif) | InstallSharedDirectory | Gets the directory for shared install information. | 
| .gif) | InstanceName | Gets the name of the instance of SQL Server. | 
| .gif) | LoginMode | Gets the login mode for the instance of SQL Server. | 
| .gif) | NamedPipesEnabled | Gets the Boolean value that determines whether named pipes are enabled on the instance of SQL Server. | 
| .gif) | ServiceInstanceIdSuffix | Gets the ID suffix for the SQL Server service. | 
| .gif) | ServiceName | Gets the service name. | 
| .gif) | ServiceStartMode | Gets the start mode for the SQL Server service. | 
| .gif) | SqlDomainGroup | Gets the domain group for the instance of SQL Server. | 
| .gif) | TcpEnabled | Gets the Boolean value that determines whether TCP/IP protocol is enabled on the instance of SQL Server. | 
| .gif) | TempdbLogPath | Gets the path for the tempdb database transaction log. | 
| .gif) | TempdbPrimaryFilePath | Gets the path for the tempdb database primary data file. | 
| .gif) | UserInstancesEnabled | Gets the Boolean value that determines whether user instances are enabled. | 
| .gif) | WindowsUsersAndGroupsInSysadminRole | Gets the Windows users and groups that are assigned to the system administrator role. | 
Top