Dela via


ISql90AsymmetricKey.ExecutableFile Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property ExecutableFile As String
'Usage
Dim instance As ISql90AsymmetricKey 
Dim value As String 

value = instance.ExecutableFile

instance.ExecutableFile = value
string ExecutableFile { get; set; }
property String^ ExecutableFile {
    String^ get ();
    void set (String^ value);
}
function get ExecutableFile () : String 
function set ExecutableFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90AsymmetricKey Interface

ISql90AsymmetricKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace