This topic has not yet been rated - Rate this topic

Trigger.ClassName Property

Gets or sets the name of the class that is called by the referenced trigger.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
public string ClassName { get; set; }

Property Value

Type: System.String
A String value that specifies the name of the class that is called by the referenced trigger.

A value is required for the ClassName property only when the ImplementationType property is set to SqlClr.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.