共用方式為


SqlWorkflowInstanceStoreBehavior.Promote 方法

定義

提升可在查詢中使用的屬性。 提升的屬性即為可在查詢中用於擷取執行個體的屬性。 這些屬性可以是以變數或二進位代表的簡單型別 (int32、string、bool 等)。

public:
 void Promote(System::String ^ name, System::Collections::Generic::IEnumerable<System::Xml::Linq::XName ^> ^ promoteAsSqlVariant, System::Collections::Generic::IEnumerable<System::Xml::Linq::XName ^> ^ promoteAsBinary);
public void Promote (string name, System.Collections.Generic.IEnumerable<System.Xml.Linq.XName> promoteAsSqlVariant, System.Collections.Generic.IEnumerable<System.Xml.Linq.XName> promoteAsBinary);
member this.Promote : string * seq<System.Xml.Linq.XName> * seq<System.Xml.Linq.XName> -> unit
Public Sub Promote (name As String, promoteAsSqlVariant As IEnumerable(Of XName), promoteAsBinary As IEnumerable(Of XName))

參數

name
String

提升的名稱。

promoteAsSqlVariant
IEnumerable<XName>

必須提升為變數 (Variant) 之變數 (Variable) 的名稱。

promoteAsBinary
IEnumerable<XName>

必須提升為二進位資料之變數的名稱。 二進位資料通常會用來儲存追蹤資訊。

適用於