Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the Write attribute for the parent object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property Write As WriteAccess
Get
Set
'Uso
Dim instance As Permission
Dim value As WriteAccess
value = instance.Write
instance.Write = value
public WriteAccess Write { get; set; }
public:
property WriteAccess Write {
WriteAccess get ();
void set (WriteAccess value);
}
member Write : WriteAccess with get, set
function get Write () : WriteAccess
function set Write (value : WriteAccess)
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.WriteAccess
An enumeration value with the Write attributes. Values can be None or Allowed; default value is None.
Comentarios
A Database object cannot have write permission set to Allowed, a validation error is raised.
A Write permission on a dimension grants that permission on all attributes in the dimension.
Write permission on a mining model grants permission to modify model content.
[!NOTA]
Write cannot be set to Allowed unless Read attribute is also set to Allowed.