Partager via


Propriété ServerProperty.Type

Gets or sets the type associated with a ServerProperty object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Type As String 
    Get 
    Set
'Utilisation
Dim instance As ServerProperty 
Dim value As String 

value = instance.Type

instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

Valeur de propriété

Type : System.String
A String that contains the type.

Voir aussi

Référence

ServerProperty Classe

Espace de noms Microsoft.AnalysisServices