ScriptFactory.NewSqlTemplateCaptionRoot Property
Gets the root used to auto-generate names for the SQL template files.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Shared ReadOnly Property NewSqlTemplateCaptionRoot As String
Get
'Usage
Dim value As String
value = ScriptFactory.NewSqlTemplateCaptionRoot
public static string NewSqlTemplateCaptionRoot { get; }
public:
static property String^ NewSqlTemplateCaptionRoot {
String^ get ();
}
static member NewSqlTemplateCaptionRoot : string
static function get NewSqlTemplateCaptionRoot () : String
Property Value
Type: System.String
A string that contains the root text.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace