EnvironmentReference.ReferenceLocationType 枚举
Specifies if the reference location is an absolute folder name or the local folder that the project is in.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Enumeration ReferenceLocationType
用法
Dim instance As EnvironmentReference.ReferenceLocationType
public enum ReferenceLocationType
public enum class ReferenceLocationType
type ReferenceLocationType
public enum ReferenceLocationType
成员
成员名称 | 说明 | |
---|---|---|
Absolute | The type is Absolute. | |
Relative | The type is Relative. |