Gets or sets a value that indicates whether the environment variable is sensitive.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
<SfcPropertyAttribute(Data := True)> _
Public Property Sensitive As Boolean
Get
Set
‘사용 방법
Dim instance As EnvironmentVariable
Dim value As Boolean
value = instance.Sensitive
instance.Sensitive = value
[SfcPropertyAttribute(Data = true)]
public bool Sensitive { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Sensitive {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(Data = true)>]
member Sensitive : bool with get, set
function get Sensitive () : boolean
function set Sensitive (value : boolean)
속성 값
유형: System.Boolean
true if the environment variable is sensitive; otherwise, false.