Compartir a través de


ISmoScriptWriter.ScriptData(IEnumerable<String>, Urn) Method

Definition

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.

Applies to