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.
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
- 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.