VSTAScriptProjectStorage.VSTAScriptFile Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
VSTAScriptFile(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage::Encoding encoding, System::String ^ data);
public VSTAScriptFile (Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage.Encoding encoding, string data);
new Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage.VSTAScriptFile : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage.Encoding * string -> Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage.VSTAScriptFile
Public Sub New (encoding As VSTAScriptProjectStorage.Encoding, data As String)
Parameters
- encoding
- VSTAScriptProjectStorage.Encoding
- data
- String