ISmoScriptWriter.ScriptData(IEnumerable<String>, Urn) Method
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.
Writes table items' data scripts.
public void ScriptData(System.Collections.Generic.IEnumerable<string> dataScript, Microsoft.SqlServer.Management.Sdk.Sfc.Urn table);
abstract member ScriptData : seq<string> * Microsoft.SqlServer.Management.Sdk.Sfc.Urn -> unit
Public Sub ScriptData (dataScript As IEnumerable(Of String), table As Urn)
Parameters
- dataScript
- IEnumerable<String>
Enumerable collection of string objects that will contain data scripts
- table
- Urn
The table to be scripted.