Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets read-only access to the name of the product from which an instance of Analysis Services was installed.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property ProductName As String
Get
Set
'Utilisation
Dim instance As Server
Dim value As String
value = instance.ProductName
instance.ProductName = value
public string ProductName { get; set; }
public:
property String^ ProductName {
String^ get ();
void set (String^ value);
}
member ProductName : string with get, set
function get ProductName () : String
function set ProductName (value : String)
Valeur de propriété
Type : System.String
A product name.
Notes
The product name corresponds to the service referenced by the Server object.