你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GremlinVertex.AddProperty 方法

定义

重载

AddProperty(GremlinVertexProperty)
AddProperty(String, Object)

AddProperty(GremlinVertexProperty)

public Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty AddProperty (Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty vertexProperty);
member this.AddProperty : Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty -> Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty
Public Function AddProperty (vertexProperty As GremlinVertexProperty) As GremlinVertexProperty

参数

vertexProperty
GremlinVertexProperty

返回

适用于

AddProperty(String, Object)

public void AddProperty (string key, object value);
member this.AddProperty : string * obj -> unit
Public Sub AddProperty (key As String, value As Object)

参数

key
String
value
Object

适用于