SqlWorkflowInstanceStoreBehavior.Promote(String, IEnumerable<XName>, IEnumerable<XName>) Método
Definição
Promove as propriedades que podem ser usadas em consultas.Promotes properties that can be used in queries. As propriedades promovidas são aquelas que você pode usar em consultas para recuperar instâncias.The promoted properties are the properties that you can use in queries to retrieve instances. Essas propriedades podem ser do tipo simples (int32, cadeia de caracteres, booliano e assim por diante), que é representado por uma variante ou um binário.These property can be of simple type (int32, string, bool and so on), which is represented by a variant or binary.
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))
Parâmetros
- name
- String
Nome da promoção.Name of the promotion.
- promoteAsSqlVariant
- IEnumerable<XName>
Os nomes das variáveis que devem ser promovidas como variantes.The names of variables that must be promoted as variants.
- promoteAsBinary
- IEnumerable<XName>
Os nomes das variáveis que devem ser promovidas como dados binários.The names of variables that must be promoted as binary data. Os dados binários geralmente são usados para armazenar informações de acompanhamento.Binary data is typically used to store tracking information.