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.
Gets the logical name for the external source of the specified model element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function GetExternalSourceLogicalName ( _
element As IModelElement _
) As String
public static string GetExternalSourceLogicalName(
IModelElement element
)
public:
static String^ GetExternalSourceLogicalName(
IModelElement^ element
)
static member GetExternalSourceLogicalName :
element:IModelElement -> string
public static function GetExternalSourceLogicalName(
element : IModelElement
) : String
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The IModelElement for which you want to get the logical name.
Return Value
Type: System.String
.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.