Server Miembros
The Server object represents an instance of SQL Server.
El tipo Server expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
AddDatabaseContext | (Se hereda de SqlSmoObject). | |
Alter() () () () | Updates any Server object property changes on the instance of SQL Server. | |
Alter(Boolean) | ||
AlterImpl | (Se hereda de SqlSmoObject). | |
AlterImplFinish | (Se hereda de SqlSmoObject). | |
AlterImplInit | (Se hereda de SqlSmoObject). | |
AlterImplWorker | (Se hereda de 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 | (Se hereda de SqlSmoObject). | |
BindRuleImpl | (Se hereda de SqlSmoObject). | |
CheckCollation | (Se hereda de SqlSmoObject). | |
CheckObjectState() () () () | Validates the state of the referenced object. (Se hereda de 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. (Se hereda de SqlSmoObject). | |
CheckObjectStateImpl | (Se hereda de SqlSmoObject). | |
CheckVersion100 | (Se hereda de SqlSmoObject). | |
CheckVersion80 | Checks the validity of the object on SQL Server 2000. (Se hereda de SqlSmoObject). | |
CheckVersion80SP3 | Checks the validity of the object on SQL Server 2000 SP3. (Se hereda de SqlSmoObject). | |
CheckVersion90 | Check the validity of the object on SQL Server 2005. (Se hereda de SqlSmoObject). | |
CheckVersionBelow90 | (Se hereda de SqlSmoObject). | |
CleanObject | (Se hereda de SqlSmoObject). | |
CompareUrn | Compares two URNS. | |
CreateImpl | (Se hereda de SqlSmoObject). | |
CreateImplFinish | (Se hereda de SqlSmoObject). | |
CreateImplInit | (Se hereda de 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 | (Se hereda de SqlSmoObject). | |
DropImpl | (Se hereda de SqlSmoObject). | |
DropImplWorker | (Se hereda de 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 | (Se hereda de SqlSmoObject). | |
EnumScriptImplWorker | (Se hereda de 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 | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
FormatSqlVariant | (Se hereda de SqlSmoObject). | |
GenerateDataSpaceFileStreamScript | (Se hereda de SqlSmoObject). | |
GenerateDataSpaceScript | (Se hereda de SqlSmoObject). | |
GetActiveDBConnectionCount | Returns the number of active connections for the specified database. | |
GetBindDefaultScript | (Se hereda de SqlSmoObject). | |
GetBindRuleScript | (Se hereda de SqlSmoObject). | |
GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | (Se hereda de SqlSmoObject). | |
GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | (Se hereda de SqlSmoObject). | |
GetDateTimeParameter | (Se hereda de SqlSmoObject). | |
GetDateTimeParameterAsInt | (Se hereda de SqlSmoObject). | |
GetDBName | Gets the database name that is associated with the object. (Se hereda de SqlSmoObject). | |
GetDefaultInitFields | Returns the property types that are initialized by default when the specified object is initialized. | |
GetEnumParameter | (Se hereda de SqlSmoObject). | |
GetFragOptionString | (Se hereda de SqlSmoObject). | |
GetGuidParameter | (Se hereda de SqlSmoObject). | |
GetHashCode | (Se hereda de Object). | |
GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | (Se hereda de SqlSmoObject). | |
GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | (Se hereda de SqlSmoObject). | |
GetPropertyNames | Returns the names of the initialized properties for the specified object type | |
GetPropValue | (Se hereda de SqlSmoObject). | |
GetPropValueOptional | (Se hereda de SqlSmoObject). | |
GetPropValueOptionalAllowNull | (Se hereda de SqlSmoObject). | |
GetRealValue | (Se hereda de SqlSmoObject). | |
GetScriptingOptionsForCreate | (Se hereda de SqlSmoObject). | |
GetServerName | Gets the name of the instance of SQL Server with which the object is associated. (Se hereda de SqlSmoObject). | |
GetServerObject | (Se hereda de 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. (Se hereda de SqlSmoObject). | |
GetStringComparer | Gets an IComparer interface. | |
GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | (Se hereda de SqlSmoObject). | |
GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | (Se hereda de SqlSmoObject). | |
GetTimeSpanParameterAsInt | (Se hereda de SqlSmoObject). | |
GetType | (Se hereda de Object). | |
GetUrnRecursive(StringBuilder) | (Se hereda de SqlSmoObject). | |
GetUrnRecursive(StringBuilder, UrnIdOption) | (Se hereda de 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 | (Se hereda de SqlSmoObject). | |
Initialize() () () () | Initializes the object and forces the properties be loaded. (Se hereda de SqlSmoObject). | |
Initialize(Boolean) | Initializes the object and forces the properties be loaded. (Se hereda de 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. (Se hereda de SqlSmoObject). | |
IsObjectInitialized | Verifies whether the object has been initialized. (Se hereda de SqlSmoObject). | |
IsObjectInSpace | Verifies whether the object is isolated or connected to the instance of SQL Server. (Se hereda de SqlSmoObject). | |
IsVersion80SP3 | (Se hereda de 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 | (Se hereda de SqlSmoObject). | |
MarkForDropImpl | (Se hereda de SqlSmoObject). | |
MemberwiseClone | (Se hereda de 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 | (Se hereda de SqlSmoObject). | |
PostCreate | (Se hereda de SqlSmoObject). | |
PostDrop | (Se hereda de 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. (Invalida 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 | (Se hereda de SqlSmoObject). | |
ScriptCreate | (Se hereda de SqlSmoObject). | |
ScriptDdl | (Se hereda de SqlSmoObject). | |
ScriptDrop | (Se hereda de SqlSmoObject). | |
ScriptImpl() () () () | (Se hereda de SqlSmoObject). | |
ScriptImpl(ScriptingOptions) | (Se hereda de SqlSmoObject). | |
ScriptImplWorker | (Se hereda de 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 | (Se hereda de SqlSmoObject). | |
SetTraceFlag | Sets a trace flag. | |
ToString | Returns a String that represents the referenced object. (Se hereda de SqlSmoObject). | |
TouchImpl | (Se hereda de SqlSmoObject). | |
UnbindDefaultImpl | (Se hereda de SqlSmoObject). | |
UnbindRuleImpl | (Se hereda de SqlSmoObject). | |
Validate | (Se hereda de SmoObjectBase). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
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. (Se hereda de 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. (Se hereda de 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. (Se hereda de 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. (Se hereda de 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. (Se hereda de 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. (Se hereda de 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. (Se hereda de SqlSmoObject). | |
UserData | Gets or sets user-defined data associated with the referenced object. (Se hereda de 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. |
Principio
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | (Se hereda de SqlSmoObject). | |
PropertyMetadataChanged | (Se hereda de SqlSmoObject). |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IAlienObjectDiscover | (Se hereda de SqlSmoObject). | |
IAlienObjectGetParent | (Se hereda de SqlSmoObject). | |
IAlienObjectGetProperty | (Se hereda de SqlSmoObject). | |
ISfcPropertyProviderGetPropertySet | (Se hereda de SqlSmoObject). | |
IAlienObjectGetUrn | (Se hereda de SqlSmoObject). | |
IAlienObjectResolve | (Se hereda de SqlSmoObject). | |
IAlienObjectSetProperty | (Se hereda de SqlSmoObject). | |
IAlienRootSfcHelper_GetDataTable | ||
IAlienRootSfcHelper_GetSmoObject | ||
IAlienRootSfcHelper_GetSmoObjectQuery |
Principio