Propriété Type
Gets or sets the type of attribute associated with an AttributeBinding.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Type As AttributeBindingType
Get
Set
'Utilisation
Dim instance As AttributeBinding
Dim value As AttributeBindingType
value = instance.Type
instance.Type = value
public AttributeBindingType Type { get; set; }
public:
property AttributeBindingType Type {
AttributeBindingType get ();
void set (AttributeBindingType value);
}
member Type : AttributeBindingType with get, set
function get Type () : AttributeBindingType
function set Type (value : AttributeBindingType)
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .AttributeBindingType
An Enumeration containing the possible binding types.