Partager via


Champ nameSecondary

Returns the name of the table inside the trigger text.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public nameSecondary As String
'Utilisation
Dim instance As DdlTextParserHeaderInfo
Dim value As String

value = instance.nameSecondary

instance.nameSecondary = value
public string nameSecondary
public:
String^ nameSecondary
val mutable nameSecondary: string
public var nameSecondary : String

Notes

Returns a String value that contains the name of the table trigger.