public class TriggerAction extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.SqlServer.Server.TriggerAction
Powered by JCOBridge: more info at https://www.jcobridge.com
| Constructor and Description |
|---|
TriggerAction() |
TriggerAction(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static TriggerAction AlterAppRole
public static TriggerAction AlterAssembly
public static TriggerAction AlterBinding
public static TriggerAction AlterFunction
public static TriggerAction AlterIndex
public static TriggerAction AlterLogin
public static TriggerAction AlterPartitionFunction
public static TriggerAction AlterPartitionScheme
public static TriggerAction AlterProcedure
public static TriggerAction AlterQueue
public static TriggerAction AlterRole
public static TriggerAction AlterRoute
public static TriggerAction AlterSchema
public static TriggerAction AlterService
public static TriggerAction AlterTable
public static TriggerAction AlterTrigger
public static TriggerAction AlterUser
public static TriggerAction AlterView
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public static TriggerAction CreateAppRole
public static TriggerAction CreateAssembly
public static TriggerAction CreateBinding
public static TriggerAction CreateContract
public static TriggerAction CreateEventNotification
public static TriggerAction CreateFunction
public static TriggerAction CreateIndex
public static TriggerAction CreateLogin
public static TriggerAction CreateMsgType
public static TriggerAction CreatePartitionFunction
public static TriggerAction CreatePartitionScheme
public static TriggerAction CreateProcedure
public static TriggerAction CreateQueue
public static TriggerAction CreateRole
public static TriggerAction CreateRoute
public static TriggerAction CreateSchema
public static TriggerAction CreateSecurityExpression
public static TriggerAction CreateService
public static TriggerAction CreateSynonym
public static TriggerAction CreateTable
public static TriggerAction CreateTrigger
public static TriggerAction CreateType
public static TriggerAction CreateUser
public static TriggerAction CreateView
public static TriggerAction Delete
public static TriggerAction DenyObject
public static TriggerAction DenyStatement
public static TriggerAction DropAppRole
public static TriggerAction DropAssembly
public static TriggerAction DropBinding
public static TriggerAction DropContract
public static TriggerAction DropEventNotification
public static TriggerAction DropFunction
public static TriggerAction DropIndex
public static TriggerAction DropLogin
public static TriggerAction DropMsgType
public static TriggerAction DropPartitionFunction
public static TriggerAction DropPartitionScheme
public static TriggerAction DropProcedure
public static TriggerAction DropQueue
public static TriggerAction DropRole
public static TriggerAction DropRoute
public static TriggerAction DropSchema
public static TriggerAction DropSecurityExpression
public static TriggerAction DropService
public static TriggerAction DropSynonym
public static TriggerAction DropTable
public static TriggerAction DropTrigger
public static TriggerAction DropType
public static TriggerAction DropUser
public static TriggerAction DropView
public static TriggerAction GrantObject
public static TriggerAction GrantStatement
public static TriggerAction Insert
public static TriggerAction Invalid
public static TriggerAction RevokeObject
public static TriggerAction RevokeStatement
public static TriggerAction Update
public TriggerAction()
public TriggerAction(java.lang.Object instance)
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Class