次の方法で共有


AdoDotNetConnectionProperties.IsSensitive(String) Method

Definition

Returns a Boolean value indicating whether a specified property contains sensitive information.

public:
 virtual bool IsSensitive(System::String ^ key);
public virtual bool IsSensitive (string key);
abstract member IsSensitive : string -> bool
override this.IsSensitive : string -> bool
Public Overridable Function IsSensitive (key As String) As Boolean

Parameters

key
String

Name of the property for which the indication of sensitive information is provided.

Returns

true if the property contains sensitive information; otherwise false.

Implements

Applies to