Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the active SQLCMD file for the project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public Function GetSqlCmdVarFileFromProject As String
public string GetSqlCmdVarFileFromProject()
public:
String^ GetSqlCmdVarFileFromProject()
member GetSqlCmdVarFileFromProject : unit -> string
public function GetSqlCmdVarFileFromProject() : String
Return Value
Type: System.String
Returns the currently active sqlcmdvars file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace