ParameterInfo.Sensitive Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Boolean qui indique si ce paramètre est sensible
public:
property bool Sensitive { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public bool Sensitive { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Sensitive : bool
Public ReadOnly Property Sensitive As Boolean
Valeur de propriété
True
si ce paramètre est sensible ; sinon false
.
- Attributs