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
- fileName
Type: System.String
The path of the file.
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
- 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.
See Also
Reference
IDatabaseProjectReferenceController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace