SqlClrTriggerComment Property
Looks up a localized string similar to Enter existing table or view for the target and uncomment the attribute line.
Namespace: Microsoft.VisualStudio.Data.Tools.Package
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property SqlClrTriggerComment As String
Get
'Usage
Dim value As String
value = SqlPackageResource.SqlClrTriggerComment
public static string SqlClrTriggerComment { get; }
public:
static property String^ SqlClrTriggerComment {
String^ get ();
}
static member SqlClrTriggerComment : string
static function get SqlClrTriggerComment () : String
Property Value
Type: System..::..String