IDatabaseProjectReferenceController.IsArtifactReference Method

Returns true if the fileName represents a file format that is specific to a database schema provider (DSP).

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Function IsArtifactReference ( _
    fileName As String _
) As Boolean
bool IsArtifactReference(
    string fileName
)
bool IsArtifactReference(
    String^ fileName
)
abstract IsArtifactReference : 
        fileName:string -> bool 
function IsArtifactReference(
    fileName : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the file is a DSP-specific format.

Remarks

When a new file reference is added, it could be an assembly (managed or native) or it could be a file format that is specific to a database schema provider.

.NET Framework Security

See Also

Reference

IDatabaseProjectReferenceController Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace