PidConfigSettings.Pid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PID.
public:
property Microsoft::SqlServer::Common::SqlSecureString ^ Pid { Microsoft::SqlServer::Common::SqlSecureString ^ get(); void set(Microsoft::SqlServer::Common::SqlSecureString ^ value); };
public Microsoft.SqlServer.Common.SqlSecureString Pid { get; set; }
member this.Pid : Microsoft.SqlServer.Common.SqlSecureString with get, set
Public Property Pid As SqlSecureString
Property Value
Microsoft.SqlServer.Common.SqlSecureString
The PID.