SqlSchemaModel.LoadBuiltInsFromResource Method

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

Syntax

'Declaration
Protected Function LoadBuiltInsFromResource ( _
    resourceName As String _
) As IList(Of IModelElement)
'Usage
Dim resourceName As String
Dim returnValue As IList(Of IModelElement)

returnValue = Me.LoadBuiltInsFromResource(resourceName)
protected IList<IModelElement> LoadBuiltInsFromResource(
    string resourceName
)
protected:
IList<IModelElement^>^ LoadBuiltInsFromResource(
    String^ resourceName
)
protected function LoadBuiltInsFromResource(
    resourceName : String
) : IList<IModelElement>
member LoadBuiltInsFromResource : 
        resourceName:string -> IList<IModelElement> 

Parameters

Return Value

Type: System.Collections.Generic.IList<IModelElement>

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

SqlSchemaModel Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace