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。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
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. | |
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. |
頂端
明確繼承實作
頂端