共用方式為


IDatabaseProjectReferenceController.IsArtifactReference 方法

如果 fileName 表示資料庫結構描述提供者 (DSP) 特有的檔案格式,則傳回 true。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Boolean
如果檔案是 DSP 特有格式則為 true。

備註

加入新的檔案參照時,它可以是組件 (Managed 或原生),或者是資料庫結構描述提供者特有的檔案格式。

.NET Framework 安全性

請參閱

參考

IDatabaseProjectReferenceController 介面

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間