DdlTextParserHeaderInfo.nameSecondary 欄位
Returns the name of the table inside the trigger text.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)
語法
'宣告
Public nameSecondary As String
'用途
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
備註
Returns a String value that contains the name of the table trigger.