构造新GraphSchema对象。
命名空间: Microsoft.VisualStudio.GraphModel
程序集: Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)
语法
声明
Public Sub New ( _
owner As Graph, _
name As String _
)
public GraphSchema(
Graph owner,
string name
)
public:
GraphSchema(
Graph^ owner,
String^ name
)
new :
owner:Graph *
name:string -> GraphSchema
public function GraphSchema(
owner : Graph,
name : String
)
参数
- owner
类型:Microsoft.VisualStudio.GraphModel.Graph
这是未定义的其他位置的文档模式与保存的对象类关系图实例和属性。
- name
类型:System.String
架构的编程名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。