Share via


SqlMISource.SqlReaderStoredProcedureName Property

Definition

Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> SqlReaderStoredProcedureName { get; set; }
member this.SqlReaderStoredProcedureName : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property SqlReaderStoredProcedureName As DataFactoryElement(Of String)

Property Value

Applies to