Propriété DeniedSet
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property DeniedSet As String
Get
Set
'Utilisation
Dim instance As AttributePermission
Dim value As String
value = instance.DeniedSet
instance.DeniedSet = value
public string DeniedSet { get; set; }
public:
property String^ DeniedSet {
String^ get ();
void set (String^ value);
}
member DeniedSet : string with get, set
function get DeniedSet () : String
function set DeniedSet (value : String)
Valeur de propriété
Type : System. . :: . .String