DataSchemaModel.UnloadExternals Method

Unloads external elements from the specified file.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub UnloadExternals ( _
    fileName As String _
)
public void UnloadExternals(
    string fileName
)
public:
void UnloadExternals(
    String^ fileName
)
member UnloadExternals : 
        fileName:string -> unit 
public function UnloadExternals(
    fileName : String
)

Parameters

  • fileName
    Type: System.String
    The file whose external elements will be unloaded.

.NET Framework Security

See Also

Reference

DataSchemaModel Class

Microsoft.Data.Schema.SchemaModel Namespace