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 external source file name for the specified model element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function GetExternalSourceFileName ( _
element As IModelElement _
) As String
public static string GetExternalSourceFileName(
IModelElement element
)
public:
static String^ GetExternalSourceFileName(
IModelElement^ element
)
static member GetExternalSourceFileName :
element:IModelElement -> string
public static function GetExternalSourceFileName(
element : IModelElement
) : String
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
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.