Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a list of the names of triggers to be modified.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TriggerNames As IList(Of SchemaObjectName)
Get
'Utilizzo
Dim instance As EnableDisableTriggerStatement
Dim value As IList(Of SchemaObjectName)
value = instance.TriggerNames
public IList<SchemaObjectName> TriggerNames { get; }
public:
property IList<SchemaObjectName^>^ TriggerNames {
IList<SchemaObjectName^>^ get ();
}
member TriggerNames : IList<SchemaObjectName>
function get TriggerNames () : IList<SchemaObjectName>
Valore proprietà
Tipo: System.Collections.Generic.IList<SchemaObjectName>
A list of the names of triggers to be modified.