다음을 통해 공유


Server 멤버

The Server object represents an instance of SQL Server.

Server 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 Server() () () () Initializes a new instance of the Server class.
공용 메서드 Server(String) Initializes a new instance of the Server class with the specified name.
공용 메서드 Server(ServerConnection) Initializes a new instance of the Server class based on the specified connection.

맨 위로 이동

메서드

  이름 설명
보호된 메서드 AddDatabaseContext (SqlSmoObject에서 상속됩니다.)
공용 메서드 Alter() () () () Updates any Server object property changes on the instance of SQL Server. 
공용 메서드 Alter(Boolean)
보호된 메서드 AlterImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 AlterImplFinish (SqlSmoObject에서 상속됩니다.)
보호된 메서드 AlterImplInit (SqlSmoObject에서 상속됩니다.)
보호된 메서드 AlterImplWorker (SqlSmoObject에서 상속됩니다.)
공용 메서드 AttachDatabase(String, StringCollection) Attaches an existing database that is made up of one or more files to the instance of SQL Server with the specified name and using the specified data files. 
공용 메서드 AttachDatabase(String, StringCollection, AttachOptions)
공용 메서드 AttachDatabase(String, StringCollection, String) Attaches an existing database that is made up of one or more files to the instance of SQL Server with the specified name and using the specified data files. 
공용 메서드 AttachDatabase(String, StringCollection, String, AttachOptions)
보호된 메서드 BindDefaultImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 BindRuleImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckCollation (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckObjectState() () () () Validates the state of the referenced object. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckObjectState(Boolean) Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckObjectStateImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckVersion100 (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckVersion80 Checks the validity of the object on SQL Server 2000. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckVersion80SP3 Checks the validity of the object on SQL Server 2000 SP3. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckVersion90 Check the validity of the object on SQL Server 2005. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CheckVersionBelow90 (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CleanObject (SqlSmoObject에서 상속됩니다.)
공용 메서드 CompareUrn Compares two URNS.
보호된 메서드 CreateImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CreateImplFinish (SqlSmoObject에서 상속됩니다.)
보호된 메서드 CreateImplInit (SqlSmoObject에서 상속됩니다.)
공용 메서드 DeleteBackupHistory(DateTime) Deletes the backup history for this instance of SQL Server up until the specified date and time.
공용 메서드 DeleteBackupHistory(Int32) Deletes the backup history for the specified media set.
공용 메서드 DeleteBackupHistory(String) Deletes the backup history for the specified database.
공용 메서드 Deny(ServerPermissionSet, String) Denies the specified set of permissions for the specified grantee on the instance of SQL Server.
공용 메서드 Deny(ServerPermissionSet, array<String> [] () [] []) Denies the specified set of permissions for the specified grantees on the instance of SQL Server.
공용 메서드 Deny(ServerPermissionSet, String, Boolean) Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the instance of SQL Server.
공용 메서드 Deny(ServerPermissionSet, array<String> [] () [] [], Boolean) Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the instance of SQL Server.
공용 메서드 DetachDatabase(String, Boolean) Detaches the specified database from the instance of SQL Server with the option to update statistics before the database is detached.
공용 메서드 DetachDatabase(String, Boolean, Boolean) Detaches the specified database from the instance of SQL Server with the option to update statistics before the database is detached.
공용 메서드 DetachedDatabaseInfo Returns information about a detached database file.
공용 메서드 Discover (SqlSmoObject에서 상속됩니다.)
보호된 메서드 DropImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 DropImplWorker (SqlSmoObject에서 상속됩니다.)
공용 메서드 EnumActiveCurrentSessionTraceFlags Gets active session flags as a DataTable.
공용 메서드 EnumActiveGlobalTraceFlags Gets a DataTable that contains active global trace flags.
공용 메서드 EnumAvailableMedia() () () () Enumerates a list of media that is visible to the instance of SQL Server on the local area network.
공용 메서드 EnumAvailableMedia(MediaTypes) Enumerates a list of media that is visible to the instance of SQL Server on the local area network and limited to the type of media specified.
공용 메서드 EnumCollations Enumerates a list of collations supported by the instance of SQL Server.
공용 메서드 EnumDatabaseMirrorWitnessRoles() () () () Enumerates a list of database mirror witness roles.
공용 메서드 EnumDatabaseMirrorWitnessRoles(String) Enumerates a list of mirror witness roles for the specified database.
공용 메서드 EnumDetachedDatabaseFiles Enumerates a list of detached database files.
공용 메서드 EnumDetachedLogFiles Enumerates a list of detached log files.
공용 메서드 EnumDirectories Enumerates a list of directories relative to the specified path.
공용 메서드 EnumErrorLogs Enumerates a list of SQL Server error log files.
공용 메서드 EnumLocks() () () () Enumerates a list of current locks held on the instance of SQL Server.
공용 메서드 EnumLocks(Int32) Enumerates a list of current locks held by the specified process on the instance of SQL Server.
공용 메서드 EnumMembers Enumerates a list of members of server roles and database roles on the instance of SQL Server.
공용 메서드 EnumObjectPermissions() () () () Enumerates a list of object permissions for the instance of SQL Server.
공용 메서드 EnumObjectPermissions(String) Enumerates a list of object permissions for a specified grantee on the application instance of SQL Server.
공용 메서드 EnumObjectPermissions(ObjectPermissionSet) Enumerates a list of object permissions for a specified permission on the instance of SQL Server.
공용 메서드 EnumObjectPermissions(String, ObjectPermissionSet) Enumerates a list of object permissions for a specified grantee and a specified permission on the instance of SQL Server.
공용 메서드 EnumPerformanceCounters() () () () Enumerates a list of performance counters that are supported by the instance of SQL Server.
공용 메서드 EnumPerformanceCounters(String) Enumerates a list of performance counters that are supported by the instance of SQL Server for a specified object.
공용 메서드 EnumPerformanceCounters(String, String) Enumerates a list of performance counters that are supported by the instance of SQL Server for a specified object and specified counter.
공용 메서드 EnumPerformanceCounters(String, String, String) Enumerates a list of performance counters that are supported by the instance of SQL Server for a specified object, for a specified counter, and on the specified instance of SQL Server.
공용 메서드 EnumProcesses() () () () Enumerates a list of processes running on the instance of SQL Server.
공용 메서드 EnumProcesses(Boolean) Enumerates a list of processes running on the instance of SQL Server with the option to exclude system processes.
공용 메서드 EnumProcesses(Int32) Enumerates a list of information about the specified process.
공용 메서드 EnumProcesses(String) Enumerates a list of processes running on the instance of SQL Server that are associated with the specified login.
보호된 메서드 EnumScriptImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 EnumScriptImplWorker (SqlSmoObject에서 상속됩니다.)
공용 메서드 EnumServerAttributes Enumerates a list of server attributes for the instance of SQL Server.
공용 메서드 EnumServerPermissions() () () () Enumerates a list of server permissions for the instance of SQL Server.
공용 메서드 EnumServerPermissions(String) Enumerates a list of server permissions for a specified grantee on the instance of SQL Server.
공용 메서드 EnumServerPermissions(ServerPermissionSet) Enumerates a list of server permissions for a specified permission on the instance of SQL Server.
공용 메서드 EnumServerPermissions(String, ServerPermissionSet) Enumerates a list of server permissions for a specified grantee and a specified permission on the instance of SQL Server.
공용 메서드 EnumStartupProcedures Enumerates a list of startup procedures.
공용 메서드 EnumWindowsDomainGroups() () () () Enumerates a list of Microsoft Windows group accounts defined on a domain.
공용 메서드 EnumWindowsDomainGroups(String) Enumerates a list of Microsoft Windows group accounts defined for the specified domain.
공용 메서드 EnumWindowsGroupInfo() () () () Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
공용 메서드 EnumWindowsGroupInfo(String) Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
공용 메서드 EnumWindowsGroupInfo(String, Boolean) Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server and with the option to list the individual members.
공용 메서드 EnumWindowsUserInfo() () () () Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to SQL Server.
공용 메서드 EnumWindowsUserInfo(String) Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to the instance of SQL Server.
공용 메서드 EnumWindowsUserInfo(String, Boolean) Enumerates a list of information about all Microsoft Windows users that have explicitly granted access to the instance of SQL Server and with the option to list all the permissions paths (groups) through which the user has been granted access to the instance of SQL Server.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
보호된 메서드 FormatSqlVariant (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GenerateDataSpaceFileStreamScript (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GenerateDataSpaceScript (SqlSmoObject에서 상속됩니다.)
공용 메서드 GetActiveDBConnectionCount Returns the number of active connections for the specified database.
보호된 메서드 GetBindDefaultScript (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetBindRuleScript (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetDateTimeParameter (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetDateTimeParameterAsInt (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetDBName Gets the database name that is associated with the object. (SqlSmoObject에서 상속됩니다.)
공용 메서드 GetDefaultInitFields Returns the property types that are initialized by default when the specified object is initialized.
보호된 메서드 GetEnumParameter (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetFragOptionString (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetGuidParameter (SqlSmoObject에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
보호된 메서드 GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (SqlSmoObject에서 상속됩니다.)
공용 메서드 GetPropertyNames Returns the names of the initialized properties for the specified object type
보호된 메서드 GetPropValue (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetPropValueOptional (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetPropValueOptionalAllowNull (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetRealValue (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetScriptingOptionsForCreate (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetServerName Gets the name of the instance of SQL Server with which the object is associated. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetServerObject (SqlSmoObject에서 상속됩니다.)
공용 메서드 GetSmoObject Gets a SqlSmoObject that is specified by a URN.
보호된 메서드 GetSqlServerVersionName Gets the version name of the instance of SQL Server with which the object is associated. (SqlSmoObject에서 상속됩니다.)
공용 메서드 GetStringComparer Gets an IComparer interface.
보호된 메서드 GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetTimeSpanParameterAsInt (SqlSmoObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 GetUrnRecursive(StringBuilder) (SqlSmoObject에서 상속됩니다.)
보호된 메서드 GetUrnRecursive(StringBuilder, UrnIdOption) (SqlSmoObject에서 상속됩니다.)
공용 메서드 Grant(ServerPermissionSet, String) Grants the specified set of permissions to the specified grantee on the instance of SQL Server.
공용 메서드 Grant(ServerPermissionSet, array<String> [] () [] []) Grants the specified set of permissions to the specified grantees on the instance of SQL Server.
공용 메서드 Grant(ServerPermissionSet, String, Boolean) Grants access to the specified permission to the grantee and the ability to grant access to other users on the instance of SQL Server.
공용 메서드 Grant(ServerPermissionSet, array<String> [] () [] [], Boolean) Grants access to the specified permission to the grantees and the ability to grant access to other users on the instance of SQL Server.
공용 메서드 Grant(ServerPermissionSet, String, Boolean, String) Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the instance of SQL Server under an assumed role.
공용 메서드 Grant(ServerPermissionSet, array<String> [] () [] [], Boolean, String) Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the instance of SQL Server under an assumed role.
보호된 메서드 ImplInitialize (SqlSmoObject에서 상속됩니다.)
공용 메서드 Initialize() () () () Initializes the object and forces the properties be loaded. (SqlSmoObject에서 상속됩니다.)
공용 메서드 Initialize(Boolean) Initializes the object and forces the properties be loaded. (SqlSmoObject에서 상속됩니다.)
공용 메서드 IsDetachedPrimaryFile Verifies whether the specified file is a primary (.mdf) database file.
보호된 메서드 IsObjectDirty Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 IsObjectInitialized Verifies whether the object has been initialized. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 IsVersion80SP3 (SqlSmoObject에서 상속됩니다.)
공용 메서드 IsWindowsGroupMember Verifies whether the specified Microsoft Windows user account is a member of the specified Windows group.
공용 메서드 KillAllProcesses Stops the all processes on the specified database.
공용 메서드 KillDatabase Deletes the specified database and drops any active connection.
공용 메서드 KillProcess Stops the specified process.
보호된 메서드 MarkDropped (SqlSmoObject에서 상속됩니다.)
보호된 메서드 MarkForDropImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 PingSqlServerVersion(String) Gets the version number of the instance of SQL Server.
공용 메서드 PingSqlServerVersion(String, String, String) Get the version number of the specified instance of SQL Server using the specified login and password to gain access.
보호된 메서드 PostAlter (SqlSmoObject에서 상속됩니다.)
보호된 메서드 PostCreate (SqlSmoObject에서 상속됩니다.)
보호된 메서드 PostDrop (SqlSmoObject에서 상속됩니다.)
공용 메서드 ReadErrorLog() () () () Enumerates the SQL Server error log.
공용 메서드 ReadErrorLog(Int32) Enumerates the specified SQL Server error log.
공용 메서드 Refresh Refreshes the objects and properties on the Server object. (SqlSmoObject. . :: . .Refresh() () () ()을(를) 재정의합니다.)
공용 메서드 Revoke(ServerPermissionSet, String) Revokes a previously granted set of permissions from a list of grantees on the instance of SQL Server.
공용 메서드 Revoke(ServerPermissionSet, array<String> [] () [] []) Revokes a previously granted set of permissions from a list of grantees on the instance of SQL Server.
공용 메서드 Revoke(ServerPermissionSet, String, Boolean, Boolean) Revokes previously granted permissions from a grantee on the instance of SQL Server and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
공용 메서드 Revoke(ServerPermissionSet, array<String> [] () [] [], Boolean, Boolean) Revokes previously granted permissions from grantees on the instance of SQL Server and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
공용 메서드 Revoke(ServerPermissionSet, String, Boolean, Boolean, String) Revokes previously granted permissions from a grantee on the instance of SQL Server and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
공용 메서드 Revoke(ServerPermissionSet, array<String> [] () [] [], Boolean, Boolean, String) Revokes previously granted permissions from grantees on the instance of SQL Server and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
공용 메서드 Script() () () ()
공용 메서드 Script(ScriptingOptions)
보호된 메서드 ScriptAlter (SqlSmoObject에서 상속됩니다.)
보호된 메서드 ScriptCreate (SqlSmoObject에서 상속됩니다.)
보호된 메서드 ScriptDdl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 ScriptDrop (SqlSmoObject에서 상속됩니다.)
보호된 메서드 ScriptImpl() () () () (SqlSmoObject에서 상속됩니다.)
보호된 메서드 ScriptImpl(ScriptingOptions) (SqlSmoObject에서 상속됩니다.)
보호된 메서드 ScriptImplWorker (SqlSmoObject에서 상속됩니다.)
공용 메서드 SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
공용 메서드 SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
공용 메서드 SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
공용 메서드 SetDefaultInitFields(Type, array<String> [] () [] []) Specifies the properties that are fetched when objects of the specified type are instantiated.
보호된 메서드 SetParentImpl (SqlSmoObject에서 상속됩니다.)
공용 메서드 SetTraceFlag Sets a trace flag.
공용 메서드 ToString Returns a String that represents the referenced object. (SqlSmoObject에서 상속됩니다.)
보호된 메서드 TouchImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 UnbindDefaultImpl (SqlSmoObject에서 상속됩니다.)
보호된 메서드 UnbindRuleImpl (SqlSmoObject에서 상속됩니다.)
공용 메서드 Validate (SmoObjectBase에서 상속됩니다.)

맨 위로 이동

필드

  이름 설명
보호된 필드 m_ExtendedProperties (SqlSmoObject에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 ActiveDirectory Gets information about the Active Directory settings for the instance of SQL Server.
공용 속성 AuditLevel Gets or sets the AuditLevel property value.
공용 속성 Audits Represents a collection of Audit objects. Each Audit object represents an audit log defined on the instance of SQL Server.
공용 속성 BackupDevices Represents a collection of BackupDevice objects. Each BackupDevice object represents a backup device defined on the instance of SQL Server.
공용 속성 BackupDirectory Gets or sets the BackupDirectory property value.
공용 속성 BrowserServiceAccount Gets the service account that the Browser service runs under on the instance of SQL Server.
공용 속성 BrowserStartMode Gets the start mode for the SQL Server Browser Service running on the instance of SQL Server.
공용 속성 BuildClrVersion Gets the BuildClrVersion property value.
공용 속성 BuildClrVersionString Gets the BuildClrVersionString property value.
공용 속성 BuildNumber Gets the BuildNumber property value.
공용 속성 Collation Gets the Collation property value.
공용 속성 CollationID Gets the CollationID property value.
공용 속성 ComparisonStyle Gets the ComparisonStype property value.
공용 속성 ComputerNamePhysicalNetBIOS Gets the ComputerNamePhysicalNetBIOS property value.
공용 속성 Configuration Gets the configuration options for the instance of SQL Server.
공용 속성 ConnectionContext Gets the current server connection details for the instance of SQL Server.
공용 속성 Credentials Represents a collection of Credential objects. Each Credential object represents a credential defined on the instance of SQL Server.
공용 속성 CryptographicProviders Gets the CryptographicProviders property value.
공용 속성 Databases Represents a collection of Database objects. Each Database object represents a database defined on the instance of SQL Server.
공용 속성 DefaultFile Gets or sets the DefaultFile property value.
공용 속성 DefaultLog Gets or sets the DefaultLog property value.
공용 속성 DefaultTextMode Gets or sets the Boolean property value that specifies whether the default text mode is set for the instance of SQL Server.
공용 속성 Edition Gets the Edition property value.
공용 속성 Endpoints Represents a collection of Endpoint objects. Each Endpoint object represents an endpoint defined on the instance of SQL Server.
공용 속성 EngineEdition Gets the EngineEdition property value.
공용 속성 ErrorLogPath Gets the ErrorLogPath property value.
공용 속성 Events Gets the server events that are associated with the instance of SQL Server.
보호된 속성 ExecuteForScalar Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (SqlSmoObject에서 상속됩니다.)
공용 속성 FilestreamLevel
공용 속성 FilestreamShareName
공용 속성 FullTextService Gets the Microsoft Search Full-Text service implementation for the instance of SQL Server.
공용 속성 Information Gets information about the instance of SQL Server.
공용 속성 InstallDataDirectory Gets the local Windows directory where the installation data is stored for the instance of SQL Server.
공용 속성 InstallSharedDirectory Gets the remote shared directory where the installation data is stored for the instance of SQL Server.
공용 속성 InstanceName Gets the instance name of the instance of SQL Server. 
공용 속성 IsCaseSensitive Gets the IsCaseSensitive property value.
공용 속성 IsClustered Gets the IsClustered property value.
공용 속성 IsFullTextInstalled
공용 속성 IsSingleUser Gets the IsSingleUser property value.
보호된 속성 IsTouched Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (SqlSmoObject에서 상속됩니다.)
공용 속성 JobServer Gets the SQL Server Agent associated with the instance of SQL Server.
공용 속성 Language Gets the Language property value.
공용 속성 Languages Represents a collection of Language objects. Each Language object represents an languages supported by the instance of SQL Server.
공용 속성 LinkedServers Represents a collection of LinkedServer objects. Each LinkedServer object represents a linked server registered on the instance of SQL Server.
공용 속성 LoginMode Gets or sets the ServerLoginMode property value.
공용 속성 Logins Represents a collection of Login objects. Each Login object represents a login defined on the instance of SQL Server.
공용 속성 Mail Gets the Microsoft SQL Mail service associated with the instance of SQL Server.
공용 속성 MailProfile Gets or sets the MailProfile property value.
공용 속성 MasterDBLogPath Get the MasterDBLogPath property value.
공용 속성 MasterDBPath Gets the MasterDBPath property value.
공용 속성 MaxPrecision Gets the MaxPrecision property value.
공용 속성 Name Gets the name of the server, which is the physical machine name.
공용 속성 NamedPipesEnabled Gets the Boolean value that specifies whether Named Pipes provider is enabled for client-server connectivity on the instance of SQL Server.
공용 속성 NetName Gets the NetName property value.
공용 속성 NumberOfLogFiles Gets or sets the NumberOfLogFiles property value.
보호된 속성 ObjectInSpace Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (SqlSmoObject에서 상속됩니다.)
공용 속성 OleDbProviderSettings Gets the DbProviderSettings property value.
공용 속성 OSVersion Gets the OSVersion property value.
공용 속성 PerfMonMode Gets or sets the PerfMonMode property value.
공용 속성 PhysicalMemory Gets the PhysicalMemory property value.
공용 속성 Platform Gets the Platform property value.
공용 속성 Processors Gets the Processors property value.
공용 속성 Product Gets the Product property value.
공용 속성 ProductLevel Gets the ProductLevel property value.
공용 속성 Properties Gets a collection of Property objects that represent the object properties. (SqlSmoObject에서 상속됩니다.)
공용 속성 ProxyAccount Gets the proxy account associated with the instance of SQL Server.
공용 속성 ResourceGovernor Gets the ResourceGovernor property value.
공용 속성 ResourceLastUpdateDateTime Gets the ResourceLastUpdateDateTime property value.
공용 속성 ResourceVersion Gets the ResourceVersion property.
공용 속성 ResourceVersionString Gets the ResouceVersionString property value.
공용 속성 Roles Represents a collection of ServerRole objects. Each ServerRole object represents a role defined on the instance of SQL Server.
공용 속성 RootDirectory Gets the RootDirectory property value.
보호된 속성 ScalarResult Gets the scalar result for the referenced object. (SqlSmoObject에서 상속됩니다.)
공용 속성 ServerAuditSpecifications
공용 속성 ServerType Gets the server type for the instance of SQL Server.
공용 속성 ServiceAccount Gets the service account under which the instance of SQL Server is running.
공용 속성 ServiceInstanceId Gets the ID value that uniquely identifies the service instance for this instance of SQL Server.
공용 속성 ServiceMasterKey Gets the service master key associated with the instance of SQL Server.
공용 속성 ServiceName
공용 속성 ServiceStartMode
공용 속성 Settings Gets modifiable settings for the instance of SQL Server.
공용 속성 SqlCharSet Gets the SqlCharSet property value.
공용 속성 SqlCharSetName Gets the SqlCharSetName property value.
공용 속성 SqlDomainGroup
공용 속성 SqlSortOrder Gets the SqlSortOrder property value.
공용 속성 SqlSortOrderName Gets the SqlSortOrderName property value.
공용 속성 State Gets the state of the referenced object. (SmoObjectBase에서 상속됩니다.)
공용 속성 Status
공용 속성 SystemDataTypes Represents a collection of SystemDataType objects. Each SystemDataType object represents a system data type defined on the instance of SQL Server.
공용 속성 SystemMessages Represents a collection of SystemMessage objects. Each SystemMessage object represents a system message defined on the instance of SQL Server.
공용 속성 TapeLoadWaitTime Gets or sets the TapeLoadWaitTime property value.
공용 속성 TcpEnabled
공용 속성 Triggers Represents a collection of ServerDdlTrigger objects. Each ServerDdlTrigger object represents a server data definition language (DDL) trigger that is defined on the instance of SQL Server.
공용 속성 Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (SqlSmoObject에서 상속됩니다.)
공용 속성 UserData Gets or sets user-defined data associated with the referenced object. (SmoObjectBase에서 상속됩니다.)
공용 속성 UserDefinedMessages Represents a collection of UserDefinedMessage objects. Each UserDefinedMessage object represents a user-defined message defined on the instance of SQL Server.
공용 속성 UserOptions Gets the user options for the current connection to the instance of SQL Server.
공용 속성 Version Gets the Version property value.
공용 속성 VersionMajor Gets the VersionMajor property value.
공용 속성 VersionMinor Gets the VersionMinor property value.
공용 속성 VersionString Gets the VersionString property value.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 PropertyChanged (SqlSmoObject에서 상속됩니다.)
공용 이벤트 PropertyMetadataChanged (SqlSmoObject에서 상속됩니다.)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IAlienObjectDiscover (SqlSmoObject에서 상속됩니다.)
명시적 인터페이스 구현전용 메서드 IAlienObjectGetParent (SqlSmoObject에서 상속됩니다.)
명시적 인터페이스 구현전용 메서드 IAlienObjectGetProperty (SqlSmoObject에서 상속됩니다.)
명시적 인터페이스 구현전용 메서드 ISfcPropertyProviderGetPropertySet (SqlSmoObject에서 상속됩니다.)
명시적 인터페이스 구현전용 메서드 IAlienObjectGetUrn (SqlSmoObject에서 상속됩니다.)
명시적 인터페이스 구현전용 메서드 IAlienObjectResolve (SqlSmoObject에서 상속됩니다.)
명시적 인터페이스 구현전용 메서드 IAlienObjectSetProperty (SqlSmoObject에서 상속됩니다.)
명시적 인터페이스 구현전용 메서드 IAlienRootSfcHelper_GetDataTable
명시적 인터페이스 구현전용 메서드 IAlienRootSfcHelper_GetSmoObject
명시적 인터페이스 구현전용 메서드 IAlienRootSfcHelper_GetSmoObjectQuery

맨 위로 이동